Lender Price API Web Service
Lender Price API Web Service / SettlementCost Json Schema
In This Topic
    SettlementCost Json Schema
    In This Topic
    Description
    Information on the settlement cost portion of the closing cost.
    Overview
    SettlementCost
    Information on the settlement cost portion of the closing cost.
    closingCostGroup : Array[ClosingCostGroup]
    closingCostGroup contains an array of ClosingCostGroup objects, each storing data on a closing cost group.
    aprRelated : boolean

    True if the closing cost is APR related.

     

    closingCostItems : Array[ClosingCostItems]
    An array of ClosingCostItems objects containing closing cost item data.
    amount : number
    amountScript : string
    aprRelated : boolean
    automaticallyCalculated : boolean
    callForQuote : boolean
    convertedFromPercenetage : boolean
    ernstType : string
    escrowWaiver : boolean
    evalType : string
    counter : integer
    internal only
    date : string

    The current date.

    internal only

    machineIdentifier : integer
    internal only
    processIdentifier : integer
    internal only
    time : integer
    internal only
    timeSecond : integer
    internal only
    timestamp : integer
    internal only
    includeInQmCriteria : boolean
    itemType : string
    items : Array[ClosingCostItem]
    amount : number
    amountScript : string
    aprRelated : boolean
    automaticallyCalculated : boolean
    callForQuote : boolean
    convertedFromPercenetage : boolean
    ernstType : string
    escrowWaiver : boolean
    evalType : string
    includeInQmCriteria : boolean
    itemType : string
    label : string
    name : string
    notes : Array[string]
    numberOfDaysForPrepaidInterest : integer
    numberOfPayments : integer
    percentPaidByBorrower : number
    percentageOfLoanAmount : number
    thirdPartyVendor : boolean
    totalBorrower : number
    totalBorrowerAprRelated : number
    totalBroker : number
    vendorName : string
    label : string
    name : string
    notes : Array[string]
    numberOfDaysForPrepaidInterest : integer
    numberOfPayments : integer
    percentPaidByBorrower : number
    percentageOfLoanAmount : number
    thirdPartyVendor : boolean
    totalBorrower : number
    totalBorrowerAprRelated : number
    totalBroker : number
    vendorName : string
    customFeeGroup : Array[string]
    A string array of custom fee groups.
    customTables : Array[ClosingCostCustomTable]
    An array of ClosingCostCustomTable objects storing custom closing cost tables.
    ausTypes : Array[string]
    columnItems : Array[ColumnCostItem]
    applyTax : boolean
    aprRelated : boolean
    asPercentage : boolean
    description : string
    idx : integer
    includeInQmCriteria : boolean
    label : string
    enable : boolean
    includeInSearch : boolean
    label : string
    loanAmountRange : Array[DoubleRangeLeGt]
    from : number
    null : boolean
    to : number
    loanPurposes : Array[string]
    loanTypes : Array[string]
    loanYears : Array[integer]
    mortgageTypes : Array[string]
    name : string
    propertyTypes : Array[string]
    propertyUses : Array[string]
    rawData : Array[HashMap]
    states : Array[string]
    tax : number
    termsInMonths : boolean
    values : Array[array]
    variableLoanTypes : Array[string]
    display : boolean
    Set
    fromErnstCost : boolean
    True if the closing cost group is from Ernst cost.
    groupType : string

    Specifies the group type of the closing cost group.

     

    id : ObjectId
    The closing cost group ID, stored in the ObjectId object along with internal metadata.
    name : string

    The name of the closing cost group.

     

     

    required : boolean
    True if this closing cost group is required in the closing cost calculation.
    total : number
    Total value of the closing cost group.
    origination : Origination
    Data on settlement cost origination, stored in the Origination object.
    administration : number
    administrationLabel : string
    lenderCredit : number
    lenderCreditLabel : string
    others : number
    othersLabel : string
    total : number
    underwriting : number
    underwritingLabel : string
    thirdPartyServices : ThirdPartyServices
    Data on third party services, stored in the ThirdPartyServices object.
    appraisal : number
    appraisalLabel : string
    creditReport : number
    creditReportLabel : string
    floodCertification : number
    floodCertificationLabel : string
    overnight : number
    overnightLabel : string
    recording : number
    recordingLabel : string
    taxService : number
    taxServiceLabel : string
    total : number
    titleService : TitleService
    Information on the title service of the settlement cost, stored in the TitleService object.
    total : number
    The settlement cost total amount.
    Properties
    NameDescriptionData Type
    closingCostGroup contains an array of ClosingCostGroup objects, each storing data on a closing cost group.Array[ClosingCostGroup]
    Data on settlement cost origination, stored in the Origination object.Origination
    Data on third party services, stored in the ThirdPartyServices object.ThirdPartyServices
    Information on the title service of the settlement cost, stored in the TitleService object.TitleService
    The settlement cost total amount.number
    See Also